UserDataProfiles

A data store for the user data.

Functions

Link copied to clipboard
abstract fun all(): List<UserDataProfile>
Returns all user data records.
Link copied to clipboard
abstract fun clear()
Clears all records in the store.
Link copied to clipboard
abstract fun remove(addressProfile: UserDataProfile)
Removes the user data from the store.